home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / gnu / ispell31p3bin.lha / ispell-3.1.18bin / interfaces / shell / irexxspelltest.rexx next >
OS/2 REXX Batch file  |  1995-09-21  |  235b  |  13 lines

  1. /* Test Program for IRexxSpell  Loren J. Rittle 11/6/89 */
  2. options results
  3. address 'IRexxSpell' 
  4. version
  5. say result
  6. check           "cat"
  7. say result
  8. check       "\whitt"
  9. say result
  10. check          "whitt"
  11. say result
  12. address 'IRexxSpell' exit
  13.